﻿

.w1000 {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
}

/*头部*/
.header {
    height: 100px;
    width: 1020px;
    margin: 0 auto;
}



.free-hotline {
    height: 100px;
    width: 320px;
    float: left;
    line-height: 33px;
    text-align: center;
}

    .free-hotline b {
        font-size: 16px;
        color: #f10000;
    }


/*旗帜*/
.banner {
    height: 240px;
    width: 1000px;
    float: left;
    background: #8e8e8e;
    margin-top: 10px;
}

/*主容器*/
.container {
    width: 1000px;
    margin: 10px 0;
    float: left;
}

/*左侧面板*/
.left-panel {
    width: 220px;
    float: left;
}

    .left-panel h2 {
        font-size: 14px;
        line-height: 30px;
        padding-left: 20px;
        color: #fff;
        background: url(left-panel-h2.png) no-repeat;
    }

.left-panel-prolist ul {
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}

.left-panel-prolist li {
    line-height: 30px;
    height: 30px;
    margin: 5px 0;
    background: url(left-panel-prolist-dt.jpg);
}

    .left-panel-prolist li a {
        color: #000;
        padding-left: 50px;
        font-size: 12px;
        display: block;
    }

        .left-panel-prolist li a:hover {
            color: #d00;
            font-weight: bold;
            text-shadow: #ccc 0px 0px 2px;
        }

.left-panel-contact {
    margin-top: 10px;
}

    .left-panel-contact ul {
        background: #fff;
        border: 1px solid #ccc;
        overflow: hidden;
        padding: 10px;
        border-radius: 0 0 6px 6px;
    }

        .left-panel-contact ul li {
            line-height: 24px;
            font-size: 12px;
        }

/*右侧面板*/
.right-guide {
    float: right;
    margin-bottom: 4px;
}

    .right-guide a {
        color: #4085bc;
    }

.right-panel {
    width: 760px;
    
    float: right;
}

/*首页*/
.ind-about {
    width: 500px;
    float: left;
}

    .ind-about h2 {
        font-size: 14px;
        color: #4085bc;
        line-height: 30px;
        padding-left: 30px;
        background: url(ind-about_h2.jpg) repeat-x #f5f5f5;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

.ind-about-content {
    height: auto;
    font-size: 12px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
}

    .ind-about-content img {
        width: 160px;
        height: 120px;
        float: left;
        padding: 4px;
        border: 1px solid #ccc;
        margin: 5px;
    }

.ind_news {
    width: 240px;
    float: right;
}

    .ind_news h2 {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        padding-left: 20px;
        background: #4085bc;
        border-radius: 6px 6px 0 0;
    }

    .ind_news ul {
        padding: 5px 0;
        height: auto;
        background: #f8f8f8;
        border: 1px solid #ccc;
    }

    .ind_news li {
        margin: 0px 10px;
        line-height: 30px;
        font-size: 12px;
        border-bottom: dashed 1px #ccc;
        overflow: hidden;
    }

        .ind_news li a {
            color: #000;
            float: left;
        }

            .ind_news li a:hover {
                color: #d00;
                float: left;
            }

        .ind_news li b {
            font-weight: normal;
            float: right;
        }

/*图片列表*/
.piclist {
    margin-bottom: 10px;
    background: #f5f5f5;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .piclist h2 {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        padding-left: 20px;
        background: #4085bc;
    }

.titbg h2 {
    background: url(titbg.jpg) no-repeat;
}

.piclist ul {
    padding: 10px 0;
    overflow: hidden;
}

.piclist li {
    margin: 5px 0px 5px 5px;
    width: 178px;
    height: 160px;
    border: 1px solid #ccc;
    float: left;
    background: #fff;
    border-radius: 5px;
    box-shadow: #ccc 0px 0px 4px;
}

    .piclist li:hover {
        box-shadow: #666 0px 0px 10px;
    }

.piclist a {
    color: #000;
}

.piclist img {
    width: 168px;
    height: 126px;
    margin: 5px;
    float: left;
}

.piclist b {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    float: left;
    text-align: center;
    display: block;
    width: 178px;
}

.piclist a:hover b {
    color: #d00;
    font-weight: bold;
}

/*文字列表*/
.artlist {
    margin-bottom: 10px;
}

    .artlist h2 {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        padding-left: 20px;
        background: #4085bc;
    }

    .artlist ul {
        min-height: 580px;
        padding: 5px 0;
        background: #fff;
        overflow: hidden;
        border: 1px solid #ccc;
    }

    .artlist li {
        margin: 10px 20px;
        line-height: 24px;
        border-bottom: dashed 1px #ccc;
        overflow: hidden;
    }

    .artlist a {
        color: #000;
        float: left;
    }

        .artlist a:hover {
            color: #d00;
        }

    .artlist b {
        font-weight: normal;
        float: right;
    }

/*内容页*/
.text-content {
    overflow: hidden;
}

.text-content-subtitle {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding-left: 20px;
    background: #4085bc;
}

.text-content-panel {
    min-height: 580px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
}

.text-content-title {
    font-size: 24px;
    text-align: center;
    margin: 10px;
}

.text-content-relevant {
    width: 100%;
    text-align: center;
}

.text-content-panel img {
    max-width: 640px;
    display: block;
    padding: 4px;
    border: 1px solid #ccc;
    margin: 5px;
}

.lastnext-page {
    margin: 10px;
}

    .lastnext-page a {
        color: #d00;
    }


/* 分页 */
.k_pagelist {
    float: left;
    display: block;
    clear: both;
    line-height: 30px;
    margin: 10px 0;
}

    .k_pagelist em {
        padding: 2px;
        border: 1px solid #ccc;
        font-size: 12px;
        margin: 0px 1px;
        background: #fff;
        color: #14316B;
        font-weight: bold;
        font-style: normal;
        padding: 3px;
        margin: 2px;
    }

    .k_pagelist strong {
        padding: 2px;
        border: 1px solid #ccc;
        font-size: 12px;
        margin: 0px 1px;
        color: #009900;
        background: #fff;
        padding: 3px;
        margin: 2px;
    }

    .k_pagelist a {
        padding: 2px;
        border: 1px solid #E7E7E7;
        font-size: 12px;
        margin: 0px 1px;
    }


/*首页动画(580*248PX)*/
#focus {
    border-top: #ddd 1px solid;
    width: 1000px;
    height: 240px;
    overflow: hidden;
    position: relative;
    float: left;
}

    #focus ul {
        height: 248px;
        position: absolute;
        list-style: none;
    }

        #focus ul li {
            float: left;
            width: 1000px;
            height: 240px;
            overflow: hidden;
            position: relative;
            background: #000;
        }

            #focus ul li div {
                position: absolute;
                overflow: hidden;
            }

    #focus .btnBg {
        position: absolute;
        width: 1000px;
        height: 20px;
        left: 0;
        bottom: 0;
        background: #000;
    }

    #focus .btn {
        position: absolute;
        width: 560px;
        height: 10px;
        padding: 5px 10px;
        right: 0;
        bottom: 0;
        text-align: right;
    }

        #focus .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 25px;
            height: 10px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #fff;
        }

            #focus .btn span.on {
                background: #fff;
            }

    #focus .preNext {
        width: 45px;
        height: 100px;
        position: absolute;
        top: 70px;
        background: url(sprite.png) no-repeat 0 0;
        cursor: pointer;
    }

    #focus .pre {
        left: 0;
    }

    #focus .next {
        right: 0;
        background-position: right top;
    }

/*首页动画(580*248PX)*/
#focus {
    border-top: #ddd 1px solid;
    width: 1000px;
    height: 240px;
    overflow: hidden;
    position: relative;
    float: left;
}

    #focus ul {
        height: 248px;
        position: absolute;
        list-style: none;
    }

        #focus ul li {
            float: left;
            width: 1000px;
            height: 240px;
            overflow: hidden;
            position: relative;
            background: #000;
        }

            #focus ul li div {
                position: absolute;
                overflow: hidden;
            }

    #focus .btnBg {
        position: absolute;
        width: 1000px;
        height: 20px;
        left: 0;
        bottom: 0;
        background: #000;
    }

    #focus .btn {
        position: absolute;
        width: 560px;
        height: 10px;
        padding: 5px 10px;
        right: 0;
        bottom: 0;
        text-align: right;
    }

        #focus .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 25px;
            height: 10px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #fff;
        }

            #focus .btn span.on {
                background: #fff;
            }

    #focus .preNext {
        width: 45px;
        height: 100px;
        position: absolute;
        top: 70px;
        background: url(sprite.png) no-repeat 0 0;
        cursor: pointer;
    }

    #focus .pre {
        left: 0;
    }

    #focus .next {
        right: 0;
        background-position: right top;
    }
